Version 24.2 (latest)

ViewList<T> Class Methods

For a list of all members of this type, see ViewList<T> members.

Public Methods
 NameDescription
Public MethodContainsIndicates whether the specified item is in the collection.  
Public MethodCopyToCopies items from this collection to the specified array.  
Public MethodGetEnumeratorReturns the enumerator for enumerating items in the collection.  
Public MethodIndexOfReturns the index of the specified item in the collection.  
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedCalled to raise CollectionChanged notification as well as notify property change listeners added via ISupportPropertyChangeNotifications interface.  
See Also